home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / player training.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  9.3 KB  |  226 lines

  1. <!-- player training panel -->
  2. <panel save_current_state="true">
  3.  
  4.     <container class="titled_box" title="Training Overview[COMMENT - person screen training section title]">
  5.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  6.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  7.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  8.  
  9.         <!-- menus -->
  10.         <container id="btna" embed_in_frame="true">
  11.         
  12.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  13.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  14.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true"/>
  15.  
  16.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  17.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  18.  
  19.             <widget class="embedded_popup_button" id="chmn" text="Coach" auto_size="horizontal" select_event="chch" fixed="true" embed_in_frame="true"/>
  20.         
  21.         </container> <!-- menus -->
  22.  
  23.         <!-- container for info panel and schedule panel -->
  24.         <container class="group_box">
  25.             <layout class="arrange_horizontal_attachment" layout="-1,-1" offset="0"/>
  26.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  27.  
  28.             <!-- box containing info table and report table -->
  29.             <container class="group_box">
  30.                 <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  31.                 <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  32.                 <layout class="arrange_vertical_attachment" layout="top, extend" offset="0"/>
  33.                 <layout class="fit_children_attachment" alignment="vertical, fill" inset="0"/>
  34.                 
  35.                 <!-- info table-->
  36.                 <widget class="table" id="phpb" layout="150,12,-2" mode="fill_rows" stretch_to_fit_rows="true">
  37.                     <boolean id="fixed_size_rows" value="false"/>
  38.                     <boolean id="auto_size_rows" value="true"/>
  39.                 
  40.                     <!-- Title of box -->
  41.                     <list id="headings">
  42.                         <record text="Info[COMMENT - player training screen, information section]" column_span="3" alignment="left,centre_y"/>
  43.                     </list>
  44.                     
  45.                     <!-- everything should be left aligned -->
  46.                     <record id="default_properties">
  47.                         <flags id="alignment" value="left,centre_y"/>
  48.                     </record>
  49.  
  50.                     <!-- 2nd column should be yellow, and have the same text style as the labels -->
  51.                     <list id="column_properties">
  52.                           <record indx="1" spec="text" colour="selection"/>
  53.                           <record indx="2" spec="text" colour="selection"/>
  54.                     </list>        
  55.                     
  56.                     <!-- table isn't sortable -->
  57.                     <list id="column_display_properties">
  58.                         <record indx="0" sort_disabled="true"/>
  59.                         <record indx="1" sort_disabled="true" top="2" bottom="2"/>
  60.                         <record indx="2" sort_disabled="true" top="2" bottom="2"/>
  61.                     </list>        
  62.  
  63.                     <!-- schedule -->
  64.                     <widget class="label" text="Training Schedule[COMMENT - training schedule label on player training screen]" col="0" row="0"/>
  65.                     <widget class="training_popup_button" id="trpp" col="1" row="0" column_span="2" auto_size="vertical"/>
  66.  
  67.                     <!-- rest duration -->
  68.                     <widget class="label" text="Rest Duration[COMMENT - rest duration label on player training screen]" col="0" row="1"/>
  69.                     <widget class="text" id="rsdr" col="2" row="1" auto_size="vertical"/>
  70.  
  71.                     <!-- number of players on schedule -->
  72.                     <widget class="label" text="Players On Schedule [COMMENT - number of players on training schedule label on player training screen]" col="0" row="2"/>
  73.                     <widget class="text" id="nopl" col="2" row="2" auto_size="vertical"/>
  74.  
  75.                     <!-- new position -->
  76.                     <widget class="label" text="New Position[COMMENT - new position label on player training screen]" col="0" row="3"/>
  77.                     <widget class="position_training_popup" id="nwps" col="1" row="3" column_span="2" auto_size="vertical" short_position_string="false"/>
  78.  
  79.                     <!-- new position progress-->
  80.                     <widget class="label" id="nwpl" text="Positional Ability[COMMENT - new position ability label on player training screen]" col="0" row="4"/>
  81.                     <widget class="player_position_level_label" id="nwpr" col="2" row="4" auto_size="vertical"/>
  82.  
  83.                     <!-- general fitness of player -->
  84.                     <widget class="label" text="Fitness" col="0" row="5"/>
  85.                     <widget class="text" id="fitn" col="2" row="5" auto_size="vertical"/>
  86.  
  87.                     <!-- new position progress-->
  88.                     <widget class="label" text="Happiness" col="0" row="6"/>
  89.                     <widget class="text" id="happ" col="2" row="6" auto_size="vertical"/>
  90.                 </widget>                    
  91.             
  92.                 <!-- reports table-->
  93.                 <widget class="table" id="cctb" layout="-1" mode="fill_rows" stretch_to_fit_rows="true">
  94.                     <boolean id="fixed_size_rows" value="false"/>
  95.                     <boolean id="auto_size_rows" value="true"/>
  96.                 
  97.                     <!-- Title of box -->
  98.                     <list id="headings">
  99.                         <record text="Coach Report[COMMENT - player training screen, coach/physio reports section]" alignment="left,centre_y"/>
  100.                     </list>
  101.                     
  102.                     <!-- 2nd column should be yellow, and have the same text style as the labels -->
  103.                     <list id="column_properties">
  104.                           <record indx="0" spec="text" colour="selection"/>
  105.                     </list>        
  106.                     
  107.                     <!-- table isn't sortable -->
  108.                     <list id="column_display_properties">
  109.                         <record indx="0" sort_disabled="true"/>
  110.                     </list>        
  111.  
  112.                     <!-- coach comments -->
  113.                     <widget class="text" id="cccm" col="0" row="0" auto_size="vertical"/>
  114.  
  115.                 </widget>                    
  116.             </container>
  117.             
  118.             <!-- sub section box containing training schedule panel -->
  119.             <container class="subsection_box" id="trsb">
  120.                 <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  121.                 <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  122.                 <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  123.                 <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  124.             
  125.                 <!-- training schedule -->
  126.                 <widget class="training_schedule_panel" id="trsh"/>
  127.                 
  128.             </container>                        
  129.         </container>
  130.  
  131.         <!-- box containing bar chart and graph-->
  132.         <container class="group_box">
  133.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  134.             <layout class="arrange_horizontal_attachment" layout="-1,-1" alignment="left, extend" offset="0"/>
  135.             
  136.             <!-- subsection box containing bar chart -->
  137.             <container class="subsection_box" title="Training Levels">
  138.                 <layout class="stick_to_sides_attachment" alignment="all" inset="15" layout_children="true"/>
  139.                 
  140.                 <!-- put a dotted line behind the chart to indicate the safe level -->
  141.                 <widget class="group_box">
  142.                     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  143.                     <layout class="arrange_vertical_attachment" layo="-1,-1,-1,-1,-1,10" offset="0"/>
  144.                     <widget class="plain_box">
  145.                         <record id="aprn">
  146.                             <integer id="mode" value="2"/>
  147.                             <flags id="lsty" value="bottom"/>
  148.                             <colour name="grey"/>
  149.                         </record>
  150.                     </widget>
  151.                     <widget class="plain_box">
  152.                         <record id="aprn">
  153.                             <integer id="mode" value="2"/>
  154.                             <flags id="lsty" value="bottom"/>
  155.                             <colour name="grey"/>
  156.                         </record>
  157.                     </widget>
  158.                     <widget class="plain_box">
  159.                         <record id="aprn">
  160.                             <integer id="mode" value="2"/>
  161.                             <flags id="lsty" value="bottom"/>
  162.                             <colour name="grey"/>
  163.                         </record>
  164.                     </widget>
  165.                     <widget class="plain_box">
  166.                         <record id="aprn">
  167.                             <integer id="mode" value="2"/>
  168.                             <flags id="lsty" value="bottom"/>
  169.                             <colour name="grey"/>
  170.                         </record>
  171.                     </widget>
  172.                     <widget class="group_box"/>
  173.                     <widget class="group_box"/>
  174.                 </widget>
  175.                 
  176.                 <!-- vertical bar chart-->
  177.                 <container class="vertical_bar_chart" id="trlv" bar_colour="green" allow_selection="true" show_negative_values="false"/>
  178.             </container>
  179.             
  180.             <!-- subsection box containing bar chart -->
  181.             <container class="subsection_box" id="trpb">
  182.                 <layout class="stick_to_sides_attachment" alignment="all" inset="15" layout_children="true"/>
  183.                 
  184.                 <!-- put a dotted line behind the chart to indicate the safe level -->
  185.                 <widget class="group_box">
  186.                     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  187.                     <layout class="arrange_vertical_attachment" layo="-1,-1,-1,-1,-1,10" offset="0"/>
  188.                     <widget class="plain_box">
  189.                         <record id="aprn">
  190.                             <integer id="mode" value="2"/>
  191.                             <flags id="lsty" value="bottom"/>
  192.                             <colour name="grey"/>
  193.                         </record>
  194.                     </widget>
  195.                     <widget class="plain_box">
  196.                         <record id="aprn">
  197.                             <integer id="mode" value="2"/>
  198.                             <flags id="lsty" value="bottom"/>
  199.                             <colour name="grey"/>
  200.                         </record>
  201.                     </widget>
  202.                     <widget class="plain_box">
  203.                         <record id="aprn">
  204.                             <integer id="mode" value="2"/>
  205.                             <flags id="lsty" value="bottom"/>
  206.                             <colour name="grey"/>
  207.                         </record>
  208.                     </widget>
  209.                     <widget class="plain_box">
  210.                         <record id="aprn">
  211.                             <integer id="mode" value="2"/>
  212.                             <flags id="lsty" value="bottom"/>
  213.                             <colour name="grey"/>
  214.                         </record>
  215.                     </widget>
  216.                     <widget class="group_box"/>
  217.                     <widget class="group_box"/>
  218.                 </widget>
  219.                 
  220.                 <!-- training graph -->
  221.                 <container class="vertical_bar_chart" id="trpr" bar_colour="yellow" show_negative_values="false"/>
  222.             </container>
  223.         </container>
  224.         
  225.     </container>    
  226. </panel>